home *** CD-ROM | disk | FTP | other *** search
/ The Final Frontier 2 / Final Frontier 2 (Disk 1 of 3).adf / s / startup-sequence next >
Text File  |  1991-09-09  |  546b  |  27 lines

  1. PPLoadSeg
  2. fastmemfirst
  3. c:SetPatch >NIL: 
  4. border off
  5. setmap gb
  6. BindDrivers
  7. makedir ram:t
  8. assign T: ram:t 
  9. makedir ram:env 
  10. assign ENV: ram:env
  11. makedir ram:clipboards 
  12. assign CLIPS: ram:clipboards
  13. cls
  14. echo "                       THE FINAL FRONTIER - ISSUE 2 *n"
  15. echo "                      Release date: 16th March 1992 *n *n *n"
  16. echo "            Please note that the intro needs AT LEAST 1MB to run! *n *n"
  17. ask "Do you have 1 MEG and want to see the intro?"
  18. if warn
  19. intro
  20. endif
  21. echo "Please wait... loading menu"
  22. wait 5
  23. memclear
  24. prompt ""
  25. menu
  26.  
  27.